home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
hangman
/
soundm~1.bas
< prev
next >
Wrap
BASIC Source File
|
1999-09-06
|
338b
|
14 lines
Attribute VB_Name = "Sound"
Option Explicit
'******************************
'Sound.
'******************************
Public Const SND_ASYNC = &H1
Public Const SND_NODEFAULT = &H2
Public Declare Function sndPlaySound Lib "winmm.dll" Alias "sndPlaySoundA" _
(ByVal lpszSoundName As String, ByVal uFlags As Long) As Long